home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / oddech / srp / Stress Relief Paintball.exe / scripts / DefineSprite_73 / frame_13 / DoAction.as
Text File  |  2002-07-26  |  135b  |  10 lines

  1. if(_root.mailsuccess == "true")
  2. {
  3.    gotoAndPlay(70);
  4. }
  5. else if(_root.mailsuccess == "false")
  6. {
  7.    gotoAndPlay(15);
  8. }
  9. play();
  10.